home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / restaura.swf / scripts / DefineSprite_193 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-09-15  |  190 b   |  16 lines

  1. k = 1;
  2. if(_root.piekarnik1_otwarty)
  3. {
  4.    do
  5.    {
  6.       if(_root.potrawa_aktualna[k] == 6)
  7.       {
  8.          nextFrame();
  9.       }
  10.       k++;
  11.    }
  12.    while(8 < k);
  13.    
  14. }
  15. stop();
  16.